syscall.mmapper.Munmap (method)

2 uses

	syscall (current package)
		syscall_linux.go#L1277: 	return mapper.Munmap(b)
		syscall_unix.go#L72: func (m *mmapper) Munmap(data []byte) (err error) {